Schema bimoR.v1
Schema bimoR.v1 : Typ złożony CustomComponentRequest
Typ złożony CustomComponentRequest
Opis
Zamówienie komponentu dedykowanego
Typ używany do zamawiania komponentu dedykowanego
Przestrzeń nazw http://api.big.pl/bimoR/v1
Typ podstawowy
Diagram
Element customComponentId Element componentRequestId Sequence Typ złożony CustomComponentRequest
Przegląd
CustomComponentRequest Extension of Typ złożony ComponentRequest
Zamówienie komponentu dedykowanego
Typ używany do zamawiania komponentu dedykowanego
Sequence
componentRequestId optional Typ prosty string32
Identyfikator zamówienia komponentu
Unikalny ciąg znaków identyfikujący zamówienie komponentu.
customComponentId optional Typ prosty string32
Nazwa dedykowanego komponentu (produktu elementarnego)
Używany przez
Źródło
<xs:complexType name="CustomComponentRequest" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Zamówienie komponentu dedykowanego</div>
      <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Typ używany do zamawiania komponentu dedykowanego</div>
    </xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="br:ComponentRequest">
      <xs:sequence>
        <xs:element name="customComponentId" type="bc:string32" minOccurs="0">
          <xs:annotation>
            <xs:documentation>
              <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Nazwa dedykowanego komponentu (produktu elementarnego)</div>
            </xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Zobacz także